box sizing ftw

70

html {
	box-sizing: border-box;
}

*, 
*:before, *:after {
	box-sizing: inherit;
}

Comments

Submit
0 Comments